home *** CD-ROM | disk | FTP | other *** search
/ Champak 125 / Vol 125 (Damaged).iso / games / orbox.swf / scripts / DefineSprite_14_Eff / frame_50 / DoAction.as
Encoding:
Text File  |  2008-11-13  |  206 b   |  13 lines

  1. if(_xscale < sc - 5)
  2. {
  3.    _xscale = _xscale + 5;
  4.    _yscale = _yscale + 5;
  5.    gotoAndPlay(49);
  6. }
  7. if(_xscale > sc + 5)
  8. {
  9.    _xscale = _xscale - 5;
  10.    _yscale = _yscale - 5;
  11.    gotoAndPlay(49);
  12. }
  13.